home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / EnhanceMail.1.3 / Source / Send.h < prev    next >
Encoding:
Text File  |  1996-04-06  |  935 b   |  31 lines

  1. /* -*-C-*-
  2. *******************************************************************************
  3. *
  4. * File:         Send.h
  5. * RCS:          $Header: /usr/local/lib/cvs/EnhanceMail/Send.h,v 1.1.1.2 1996/04/07 00:20:24 cedman Exp $
  6. * Description:  
  7. * Author:       Carl Edman
  8. * Created:      Fri Oct 13 11:48:24 1995
  9. * Modified:     Sat Apr  6 15:02:47 1996 (Carl Edman) cedman@capitalist.princeton.edu
  10. * Language:     C
  11. * Package:      N/A
  12. * Status:       Experimental (Do Not Distribute)
  13. *
  14. * (C) Copyright 1995, but otherwise this file is perfect freeware.
  15. *
  16. *******************************************************************************
  17. */
  18.  
  19. #import <appkit/appkit.h>
  20. #import "MailApp.h"
  21.  
  22. @interface EnhanceSend : Send <NXReadOnlyTextStream, NXSelectText, NXChangeSpelling, NXIgnoreMisspelledWords>
  23. - prepareReply;
  24. - initQuoteSig;
  25. @end
  26.  
  27. @interface MediaText(EnhanceSend)
  28. - openFrom:(const char *)file;
  29. - openRichFrom:(const char *)file;
  30. @end
  31.